GenerativeComponents Help

timespan

A timespan value represents a length of elapsed time, measured as days + hours + minutes + seconds + milliseconds (thousandths of a second).

General Form

timespan(days, hours, minutes, seconds, milliseconds)

Each item in the list is an integer.

Any of the items may be omitted from the end of the list; those items are treated as zero.

Example

timespan(0,3,4)

This represents a time span of 0 days, 3 hours, and 4 minutes. The seconds and milliseconds have been omitted, and are treated as zero.